home *** CD-ROM | disk | FTP | other *** search
INI File | 2000-08-31 | 441 b | 21 lines |
- [SUBJECT]
- Description=Allows you to increase and decrease the value in a textbox
- ImageIndex=-1
- Folder=Quick JavaScript
-
- [BODY_TEXT]
- ;<center>
- ;<form>
- ;<input type=text name=amount value=`Initial_Value`>
- ;<input type=button value="up" onClick="javascript:this.form.amount.value++;">
- ;<input type=button value="down" onClick="javascript:this.form.amount.value--;">
- ;</form>
- ;</center>
- ;
-
- [`Initial_Value`]
- Kind=S
- Value=6
-
-
-